home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
stepp000.swf
/
scripts
/
DefineSprite_2216
/
frame_14
/
DoAction.as
Wrap
Text File
|
2008-11-12
|
372b
|
22 lines
if(random(100) < 50)
{
gotoAndPlay(26);
tellTarget("_root.GardeDevant.GardeTir.Tir.Haut")
{
gotoAndStop("ArretTir");
play();
}
}
else
{
tellTarget("../../GunSon")
{
play();
}
set("/Variables:Balle",random(10) + 1);
tellTarget("_root.Meg.Balle" + eval("/Variables:Balle"))
{
gotoAndPlay(2);
}
}